ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsUpdated Property

In This Topic
    ItemsUpdated Property
    In This Topic
    The items being updated.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#3dt.#eet)>
    Public Property ItemsUpdated As IList(Of T)
    [JsonConverter(#3dt.#eet)]
    public IList<T> ItemsUpdated {get; set;}
    See Also